*******************************************************************************
        External Translation Manager (ETM)
*******************************************************************************

1.      How to install ETM on a translator's machine.
2.      How to send Delphi projects for translation.
3.      How to receive translated projects back into Delphi.
4.      Repository files.

-------------------------------------------------------------------------------
1.      How to install ETM on a translator's machine.
-------------------------------------------------------------------------------

        On the translator's machine:

        1) Create a directory (for example,"C:\ETM").

        2) Copy the following files from the developer's machine into the
           directory you just created:
         
             from Rad Studio\9.0\bin:

               required files

             - etm.exe
             - itecore160.bpl
             - rc160.bpl
             - dfm160.bpl
             - designide160.bpl
             - vclide160.bpl

               Optional files.

             - dcl31w160.bpl
             - dclact160.bpl
             - dclado160.bpl
             - dclbcbsmp160.bpl
             - dclbde160.bpl
             - dclDataSnapIndy10ServerTransport160.bpl
             - dclDataSnapProviderClient160.bpl
             - dclDataSnapServer160.bpl
             - dcldb160.bpl
             - dcldbx160.bpl
             - dcldbxcds160.bpl
             - dclib160.bpl
             - dclIe160.bpl
             - dclIndyCore160.bpl
             - dclIndyProtocols160.bpl
             - dclmcn160.bpl
             - dclmid160.bpl
             - dclnet160.bpl
             - dclribbon160.bpl
             - dclsmp160.bpl
             - dclstd160.bpl
             - dclTee8160.bpl
             - dcltouch160.bpl
             - dclwbm160.bpl

             from your appropriate Windows system directory, such as 
             windows\system or \WINNT\System32:

               required files

             - vcl160.bpl
             - rtl160.bpl
             - vclactnband160.bpl
             - vclimg160.bpl
             - vclx160.bpl
             - xmlrtl160.bpl

               Optional files.

             - *160.bpl


        3) Run ETM and select Tools | Options | Packages | Add.

        4) Select all designtime package BPL files (dcl*.bpl) and click OK.


-------------------------------------------------------------------------------
2.      How to send Delphi projects for translation
-------------------------------------------------------------------------------

        1) The developer will run the Resource DLL Wizard on his current
           project. ETM generated files will be saved under a root directory
           named after the language.

           For example:

           C:\MyDelphiProjects\AFK

           is the Afrikaan translation root directory for a project saved in
           "C:\MyDelphiProjects".

        2) To send this project for translation, zip up this directory and send
           this kit to the translator.
        
        3) The translator will unzip the kit in a directory of his choice and
           open the project file (.bdsproj) in ETM.

     
-------------------------------------------------------------------------------
3.      How to receive translated projects back into Delphi.
-------------------------------------------------------------------------------

        1) Copy all translated .rcn and .dfn files received from the translator
           into your language root directory (for example, 
           "C:\MyDelphiProjects\AFK").

-------------------------------------------------------------------------------
4.      Repository files.
-------------------------------------------------------------------------------

        Repository files are standalone files with an .tmx extension. They can
        be sent back and forth with the translation kits.
